Filter hook 'install_themes_table_api_args_{$tab}'
in WP Core File wp-admin/includes/class-wp-theme-install-list-table.php at line 150
Description
Filters API request arguments for each Install Themes screen tab. The dynamic portion of the hook name, `$tab`, refers to the theme install tab. Possible hook names include: - `install_themes_table_api_args_dashboard` - `install_themes_table_api_args_featured` - `install_themes_table_api_args_new` - `install_themes_table_api_args_search` - `install_themes_table_api_args_updated` - `install_themes_table_api_args_upload`
Occurrences
Filename |
Line Number |
wp-admin/includes/class-wp-theme-install-list-table.php |
150 |
Parameters
Type |
Name |
Description |
array|false |
$args |
Theme install API arguments. |
PHP Doc
/**
* Filters API request arguments for each Install Themes screen tab.
*
* The dynamic portion of the hook name, `$tab`, refers to the theme install
* tab.
*
* Possible hook names include:
*
* - `install_themes_table_api_args_dashboard`
* - `install_themes_table_api_args_featured`
* - `install_themes_table_api_args_new`
* - `install_themes_table_api_args_search`
* - `install_themes_table_api_args_updated`
* - `install_themes_table_api_args_upload`
*
* @since 3.7.0
*
* @param array|false $args Theme install API arguments.
*/